CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - socket client server

搜索资源列表

  1. mulitple_client-server

    0下载:
  2. Multiple client server using java and socket programing Distributed client server concepts are used
  3. 所属分类:Java Develop

    • 发布日期:2017-04-24
    • 文件大小:73396
    • 提供者:cybercbm
  1. socket

    0下载:
  2. 简单的socket编程,实现客户 与服务器文本的发送,客户端发送服务器接收-Simple socket programming, the realization of the client and the server send the text, the client sent the server to receive
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:75474
    • 提供者:donghuanhuan
  1. socket

    0下载:
  2. 轻松学会用socket编写的简单的聊天程序,包括客户端和服务器-Learn how to use socket easily prepared by simple chat program, including client and server
  3. 所属分类:Java Develop

    • 发布日期:2017-04-12
    • 文件大小:792
    • 提供者:jioncomer
  1. Socket_Programming

    0下载:
  2. socket programming program server client application on sockets
  3. 所属分类:Browser Client

    • 发布日期:2017-04-28
    • 文件大小:44121
    • 提供者:samar
  1. socket

    0下载:
  2. UNIX中实现基本远程socket通信的代码,主要是将客户端一个文件复制到服务器端-UNIX remote socket to achieve the basic communication code, the client is mainly a file copied to the server-side
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:4028
    • 提供者:林毅
  1. SocketCorba

    0下载:
  2. Code to transmit socket trought objects (client & server)
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-06
    • 文件大小:44801
    • 提供者:Adan
  1. JavaSocket

    0下载:
  2. │ .classpath │ .project │ 404.html │ index.html │ welcome.html │ ├─bin │ └─com │ └─accp │ └─demo │ └─socket │ Client.class │ HttpServer.class │ Server.class │ └─src └─com └─accp └─demo └─socket Client.java
  3. 所属分类:Java Develop

    • 发布日期:2017-03-24
    • 文件大小:7319
    • 提供者:wtc
  1. WSFileTransfer_src

    0下载:
  2. Socket 文件传输,实现了文件传输的基本类功能。-This is a program which has implemented Winsock 2.0- has a utility class WComm which has very simple methods to create client/server program as well as File Transfer Utility.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:18274
    • 提供者:王伟
  1. bomberman

    0下载:
  2. A client/server application that implements the game of Boomberman. This example broadcasts information via a multicast socket, builds its GUI with Swing components, uses multiple synchronous threads, and communicates with RMI
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:114848
    • 提供者:irwansyah
  1. linux_socket

    0下载:
  2. linux socket客户端和服务器端程序,对初学socket编程的人很有帮助。-linux socket client and server-side procedures, the person learning socket programming helpful.
  3. 所属分类:Linux Network

    • 发布日期:2017-03-27
    • 文件大小:1693
    • 提供者:杨彬
  1. Socket

    0下载:
  2. Socket通信,客户端和服务器之前的发送与接收!-Socket Communications, before the client and server send and receive!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:124405
    • 提供者:apple
  1. socket

    0下载:
  2. socket编程的两个小例子。包含服务端和客户端(TCPSocketClient,TCPSocketServer)。-socket programming examples of the two. Includes server and client.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-15
    • 文件大小:3962215
    • 提供者:
  1. Socket

    1下载:
  2. 客户端与服务端通讯,其中涉及到多线程及对线程的处理、委托-Client and server communications, which involves multi-threaded and thread handling, commissioned
  3. 所属分类:WinSock-NDIS

    • 发布日期:2014-07-05
    • 文件大小:483126
    • 提供者:赵真
  1. socket Test

    1下载:
  2. 学习Java Socket 编程的基础程序,适合初学者学习。实现了多线程的网络客户端和服务器通信-Java Socket Programming learning the basis of procedures, for beginners to learn. The realization of the multi-threaded network client and server communications
  3. 所属分类:JSP源码/Java

    • 发布日期:2012-11-24
    • 文件大小:14255
    • 提供者:yuan
  1. socket

    0下载:
  2. linux 下的server/client socket 程式 -linux under the server/client socket program
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:2015
    • 提供者:王大元
  1. Socket

    3下载:
  2. ICP/IP、UDP阻塞模式编程演示,包中含tcp/IP、UDP服务端和客户端源码-ICP/IP, UDP blocking mode programming presentation package with tcp/IP, UDP server and client source code
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2014-09-24
    • 文件大小:29924
    • 提供者:张凡
  1. c_socket_java

    0下载:
  2. linux环境下,java程序与C语言程序通过SOCKET进行通信 C语言端作为服务器,java端作为客户端-linux environment, java program with the C language program to communicate through the C language SOCKET as server-side, java client as a client
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:106640
    • 提供者:code998
  1. socket2

    0下载:
  2. 基于linux操作系统下的socket编程,完成一个简单聊天工具。服务器端首先:向内核申请一个socket。第二绑定地址到socket上,地址包括主机、端口。第三在socket上,允许接入呼叫并设置队列长度为1.第四等待/接受呼叫。第五传输数据(及可以聊天)。 客户端:第一向内核请求建立socket 第二与服务器相连。第三传输数据 -Linux operating system based on the socket programming, to complete a simple
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-28
    • 文件大小:14249
    • 提供者:zhangwei
  1. Socket

    0下载:
  2. 服务器与客户端 用c#编写的 新手可以-Server and the client-side
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:66970
    • 提供者:剧志超
  1. ftp

    0下载:
  2. socket programming for ftp server and client
  3. 所属分类:Ftp Server

    • 发布日期:2017-04-03
    • 文件大小:5211
    • 提供者:端八
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com